From: Eli Zaretskii Date: Fri, 10 Jul 2009 09:17:44 +0000 (+0000) Subject: (customize-changed-options-previous-release): Bump value to 22.1. (Bug#3804) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11542 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=75a5d131792ce8ce45ed47cef0597773c6603352;p=emacs.git (customize-changed-options-previous-release): Bump value to 22.1. (Bug#3804) --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 76a021ec1c0..9ad6a05fe1a 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1136,7 +1136,7 @@ Show the buffer in another window, but don't select it." (unless (eq symbol basevar) (message "`%s' is an alias for `%s'" symbol basevar)))) -(defvar customize-changed-options-previous-release "21.1" +(defvar customize-changed-options-previous-release "22.1" "Version for `customize-changed-options' to refer back to by default.") ;; Packages will update this variable, so make it available.